﻿2026-06-23T07:07:13.3827043Z ##[group]Run actions/checkout@v5
2026-06-23T07:07:13.3827839Z with:
2026-06-23T07:07:13.3828235Z   repository: SaberMage/spt-core
2026-06-23T07:07:13.3831783Z   token: ***
2026-06-23T07:07:13.3832155Z   ssh-strict: true
2026-06-23T07:07:13.3832526Z   ssh-user: git
2026-06-23T07:07:13.3832899Z   persist-credentials: true
2026-06-23T07:07:13.3833309Z   clean: true
2026-06-23T07:07:13.3833677Z   sparse-checkout-cone-mode: true
2026-06-23T07:07:13.3834111Z   fetch-depth: 1
2026-06-23T07:07:13.3834463Z   fetch-tags: false
2026-06-23T07:07:13.3834831Z   show-progress: true
2026-06-23T07:07:13.3835193Z   lfs: false
2026-06-23T07:07:13.3835535Z   submodules: false
2026-06-23T07:07:13.3835915Z   set-safe-directory: true
2026-06-23T07:07:13.3836529Z ##[endgroup]
2026-06-23T07:07:13.4606326Z Syncing repository: SaberMage/spt-core
2026-06-23T07:07:13.4607850Z ##[group]Getting Git version info
2026-06-23T07:07:13.4608494Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-23T07:07:13.4609487Z [command]/usr/bin/git version
2026-06-23T07:07:13.4609909Z git version 2.43.0
2026-06-23T07:07:13.4618480Z ##[endgroup]
2026-06-23T07:07:13.4629557Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/47465f85-d858-42c2-bfc5-06ca596dbfb3' before making global git config changes
2026-06-23T07:07:13.4630729Z Adding repository directory to the temporary git global config as a safe directory
2026-06-23T07:07:13.4633119Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-23T07:07:13.4664066Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-23T07:07:13.4681846Z https://github.com/SaberMage/spt-core
2026-06-23T07:07:13.4691682Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-23T07:07:13.4694066Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-23T07:07:13.4710077Z HEAD
2026-06-23T07:07:13.4742917Z ##[endgroup]
2026-06-23T07:07:13.4743779Z [command]/usr/bin/git submodule status
2026-06-23T07:07:13.4934637Z ##[group]Cleaning the repository
2026-06-23T07:07:13.4937099Z [command]/usr/bin/git clean -ffdx
2026-06-23T07:07:14.2869991Z Removing target/
2026-06-23T07:07:14.2879144Z [command]/usr/bin/git reset --hard HEAD
2026-06-23T07:07:14.2931445Z HEAD is now at 634b5c8aa Merge 9f726a95cb948d6c0fd58eec14578eb619106812 into 2bb9c8f7fd85551e5f19c191292c80f778e54346
2026-06-23T07:07:14.2937015Z ##[endgroup]
2026-06-23T07:07:14.2972450Z ##[group]Disabling automatic garbage collection
2026-06-23T07:07:14.2975081Z [command]/usr/bin/git config --local gc.auto 0
2026-06-23T07:07:14.3004219Z ##[endgroup]
2026-06-23T07:07:14.3005227Z ##[group]Setting up auth
2026-06-23T07:07:14.3009578Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-23T07:07:14.3035439Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-23T07:07:14.3222877Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-23T07:07:14.3247145Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-23T07:07:14.3435712Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-23T07:07:14.3464293Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-23T07:07:14.3656024Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-23T07:07:14.3684828Z ##[endgroup]
2026-06-23T07:07:14.3685678Z ##[group]Fetching the repository
2026-06-23T07:07:14.3692337Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +634b5c8aa2e71fa1271a5d8b4c3c2c75dc26a9b7:refs/remotes/pull/30/merge
2026-06-23T07:07:14.7910126Z ##[endgroup]
2026-06-23T07:07:14.7910869Z ##[group]Determining the checkout info
2026-06-23T07:07:14.7911672Z ##[endgroup]
2026-06-23T07:07:14.7915145Z [command]/usr/bin/git sparse-checkout disable
2026-06-23T07:07:14.7992168Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-23T07:07:14.8017772Z ##[group]Checking out the ref
2026-06-23T07:07:14.8020400Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/30/merge
2026-06-23T07:07:14.8073723Z HEAD is now at 634b5c8aa Merge 9f726a95cb948d6c0fd58eec14578eb619106812 into 2bb9c8f7fd85551e5f19c191292c80f778e54346
2026-06-23T07:07:14.8078227Z ##[endgroup]
2026-06-23T07:07:14.8113139Z [command]/usr/bin/git log -1 --format=%H
2026-06-23T07:07:14.8136685Z 634b5c8aa2e71fa1271a5d8b4c3c2c75dc26a9b7
